home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How Would You Survive?
/
How Would You Survive (1995)(Grolier)[Mac-PC].iso
/
pc
/
ademo.dir
/
00297_Script_297
< prev
next >
Wrap
Text File
|
1995-09-12
|
339b
|
22 lines
on enterframe
If Rollover(28) then
HandCursor
else
If Rollover(32) then
HandCursor
else
ArrowCursor
end if
end if
DemoRolloverBYL
end
on exitframe
global gHowLongMovie
if the movietime of sprite 22 < gHowLongMovie then
go the frame
else
go the frame + 1
end if
end